projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f1238d
)
w32console.c (sys_tputs): Adjust argument list to prototype in term.c.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Jul 2010 07:49:55 +0000
(10:49 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Jul 2010 07:49:55 +0000
(10:49 +0300)
src/ChangeLog
patch
|
blob
|
history
src/w32console.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 3b22faefc5a774722b030bc19c358ea4b2bd34ce..85f35660ce66d478d89612ac380fbb7f251ee9ce 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2010-07-03 Eli Zaretskii <eliz@gnu.org>
+
+ * w32console.c (sys_tputs): Adjust argument list to prototype in
+ term.c.
+
2010-07-03 Juanma Barranquero <lekktu@gmail.com>
* lisp.h (memory_warnings): Fix prototype.
diff --git
a/src/w32console.c
b/src/w32console.c
index 34715ccfd52f22ce144e4940a29b0fb0ce9ce716..83c7430f6dc2d5521a5d4e16c3bd3adb2a018637 100644
(file)
--- a/
src/w32console.c
+++ b/
src/w32console.c
@@
-492,7
+492,7
@@
w32con_set_terminal_window (struct frame *f, int size)
***********************************************************************/
void
-sys_tputs (char *str, int nlines, int (*outfun)())
+sys_tputs (char *str, int nlines, int (*outfun)(
int
))
{
}